home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 17 controls / customcontroldemo / customcontroldemo.vbproj < prev    next >
Encoding:
Text File  |  2002-03-19  |  6.7 KB  |  178 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{8F7C9B7E-1DB7-4254-BD9C-D02B7B131D2D}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "CustomControlDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "CustomControlDemo"
  24.                 StartupObject = "CustomControlDemo.(None)"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "Microsoft.VisualBasic"
  82.                     AssemblyName = "Microsoft.VisualBasic"
  83.                     HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\Microsoft.VisualBasic.dll"
  84.                 />
  85.             </References>
  86.             <Imports>
  87.                 <Import Namespace = "Microsoft.VisualBasic" />
  88.                 <Import Namespace = "System" />
  89.                 <Import Namespace = "System.Collections" />
  90.                 <Import Namespace = "System.Data" />
  91.                 <Import Namespace = "System.Drawing" />
  92.                 <Import Namespace = "System.Diagnostics" />
  93.                 <Import Namespace = "System.Windows.Forms" />
  94.             </Imports>
  95.         </Build>
  96.         <Files>
  97.             <Include>
  98.                 <File
  99.                     RelPath = "AddressControl.vb"
  100.                     SubType = "UserControl"
  101.                     BuildAction = "Compile"
  102.                 />
  103.                 <File
  104.                     RelPath = "AddressControl.resx"
  105.                     DependentUpon = "AddressControl.vb"
  106.                     BuildAction = "EmbeddedResource"
  107.                 />
  108.                 <File
  109.                     RelPath = "AssemblyInfo.vb"
  110.                     SubType = "Code"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "CountdownLabel.vb"
  115.                     SubType = "Component"
  116.                     BuildAction = "Compile"
  117.                 />
  118.                 <File
  119.                     RelPath = "CountdownLabel.resx"
  120.                     DependentUpon = "CountdownLabel.vb"
  121.                     BuildAction = "EmbeddedResource"
  122.                 />
  123.                 <File
  124.                     RelPath = "FileTextBox.vb"
  125.                     SubType = "UserControl"
  126.                     BuildAction = "Compile"
  127.                 />
  128.                 <File
  129.                     RelPath = "FileTextBox.resx"
  130.                     DependentUpon = "FileTextBox.vb"
  131.                     BuildAction = "EmbeddedResource"
  132.                 />
  133.                 <File
  134.                     RelPath = "GradientBackground.vb"
  135.                     SubType = "Component"
  136.                     BuildAction = "Compile"
  137.                 />
  138.                 <File
  139.                     RelPath = "GradientBackground.resx"
  140.                     DependentUpon = "GradientBackground.vb"
  141.                     BuildAction = "EmbeddedResource"
  142.                 />
  143.                 <File
  144.                     RelPath = "GradientBackgroundEx.vb"
  145.                     SubType = "Component"
  146.                     BuildAction = "Compile"
  147.                 />
  148.                 <File
  149.                     RelPath = "GradientBackgroundEx.resx"
  150.                     DependentUpon = "GradientBackgroundEx.vb"
  151.                     BuildAction = "EmbeddedResource"
  152.                 />
  153.                 <File
  154.                     RelPath = "TextBoxEx.vb"
  155.                     SubType = "Component"
  156.                     BuildAction = "Compile"
  157.                 />
  158.                 <File
  159.                     RelPath = "TextBoxEx.resx"
  160.                     DependentUpon = "TextBoxEx.vb"
  161.                     BuildAction = "EmbeddedResource"
  162.                 />
  163.                 <File
  164.                     RelPath = "UserPropExtender.vb"
  165.                     SubType = "Component"
  166.                     BuildAction = "Compile"
  167.                 />
  168.                 <File
  169.                     RelPath = "UserPropExtender.resx"
  170.                     DependentUpon = "UserPropExtender.vb"
  171.                     BuildAction = "EmbeddedResource"
  172.                 />
  173.             </Include>
  174.         </Files>
  175.     </VisualBasic>
  176. </VisualStudioProject>
  177.  
  178.